<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib.override">

  <require>org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib</require>

  <extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
		<permissionMapper>
			<createAnnotation>createAnnotation"</createAnnotation>
			<readAnnotation>readAnnotation</readAnnotation>
			<updateAnnotation>updateAnnotation</updateAnnotation>
			<deleteAnnotation>deleteAnnotation</deleteAnnotation>
		</permissionMapper>
	</extension>

</component>
